Thu Dec 22 17:55:11 2005 Tim Janik <timj@gtk.org>
* gtk/gtkobject.h: parent type fixups in structure declarations.
+Thu Dec 22 17:55:11 2005 Tim Janik <timj@gtk.org>
+
+ * gtk/gtkobject.h: parent type fixups in structure declarations.
+
Thu Dec 22 16:01:27 2005 Tim Janik <timj@imendio.com>
* gtk/gtkobject.c: derive GtkObject from GUnowned,
+Thu Dec 22 17:55:11 2005 Tim Janik <timj@gtk.org>
+
+ * gtk/gtkobject.h: parent type fixups in structure declarations.
+
Thu Dec 22 16:01:27 2005 Tim Janik <timj@imendio.com>
* gtk/gtkobject.c: derive GtkObject from GUnowned,
struct _GtkObject
{
- GObject parent_instance;
+ GUnowned parent_instance;
/* 32 bits of flags. GtkObject only uses 4 of these bits and
* GtkWidget uses the rest. This is done because structs are
struct _GtkObjectClass
{
- GObjectClass parent_class;
+ GUnownedClass parent_class;
/* Non overridable class methods to set and get per class arguments */
void (*set_arg) (GtkObject *object,